xenpaging: remove srand call
authorOlaf Hering <olaf@aepfle.de>
Fri, 10 Jun 2011 08:47:16 +0000 (10:47 +0200)
committerOlaf Hering <olaf@aepfle.de>
Fri, 10 Jun 2011 08:47:16 +0000 (10:47 +0200)
commit6e5059e2744b9f37eb020de444af095f4eed4a85
treeb326e4f6ccdabd345dde1b8582e3effb5f6aee53
parentf96de0ce05e8099d6e105a1637a5c467d1f1f958
xenpaging: remove srand call

The policy uses now a linear algorithm instead of a random one.
Remove the call to srand().

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/xenpaging/xenpaging.c